home *** CD-ROM | disk | FTP | other *** search
Twist Report script | 1980-01-18 | 553 b | 22 lines |
- REPORT Albums.DB
- NAME Composers
- SELECT Groups.MusicType=="Classical"
- OUTPUT Window
- RELATE Albums.GroupName = Groups.GroupName AllowCreateInForm
- SORT GroupName UP,Year UP
- PAGE LAYOUT [1,"",1,10,"",720,166,10,720,50,800,0,1,0,0,1,30,"Composers in collection","Page #",2,2]
- BEFORE GroupName,2
- FIELD GroupName,0,0,30
-
- RECORD,4,Adjust
- FIELD AlbumTitle,3,0,30
- FIELD Conductor,35,0,30
- FIELD Orchestra,3,1,30
- TEXT "Year:",35,1,5
- FIELD Year,41,1,4
- TEXT "Record Label:",3,2,13
- FIELD RecordLabel,18,2,15
- TEXT "Catalogue Number:",35,2,17
- FIELD CatNum,53,2,15
-
-